Skip to main content
Glama

Bruno MCP Server

by jcr82
Get Users.bru•374 B
meta { name: Get Users type: http seq: 1 } get { url: {{baseUrl}}/users body: none auth: none } headers { Accept: application/json } tests { test("Status should be 200", function() { expect(res.status).to.equal(200); }); test("Response should be JSON", function() { expect(res.headers['content-type']).to.include('application/json'); }); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcr82/bruno-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server